home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / chngscrn.arc / SCREEN.DOC < prev    next >
Text File  |  1991-06-19  |  2KB  |  62 lines

  1. ******************************************************************************************
  2.                                SCREEN.ZIP DOCUMENT
  3. ******************************************************************************************
  4. This is series of small *.com programs to make screen changes with ANSII
  5. loaded.
  6.  
  7. Any of the files with colors for names can be Debug"ed" by patching the bytes at
  8. address 113 for foreground and 116 for background.  (See examples below)
  9.  
  10. C:\>debug {filename}
  11. -E 113 {N}
  12. -E 116 {N}
  13. -N {new file name}
  14. -W
  15. :{0001C}
  16. -Q
  17.  
  18. Where {filename}=the name of the file you wish to change. (remember to use the
  19. -N command to give new name if you wish to retain the old file.)
  20. {N}=the numbers of the new color combination you wish to create. (See the chart
  21. below)
  22. {0001C}=indicates that debug is writing the file in X bytes. (varies from system
  23. to system.)
  24. Note: These will only work if ANSI.SYS is loaded in your CONFIG.SYS file.
  25. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26.  
  27. Black = 30
  28. Red = 31
  29. Green = 32
  30. Yellow = 33
  31. Blue = 34
  32. Magenta = 35
  33. Cyan = 36
  34. White = 37
  35.  
  36. Files included in this *.zip package are:
  37.  
  38. BLACWITE.COM :  Black on White   (On a good VGA system almost like paper.)
  39. REDYEL.COM   :  Yellow on Red    (Very good to remind yourself to be careful.)
  40. CYAN.COM     :  Cyan on Black    (Nice and bright.)
  41. GREEN.COM    :  Green on Black   (Nice change, still bright.)
  42. MAGENTA.COM  :  Magenta on Black (Ladies like this one.)
  43. RED.COM      :  Red on Black     (Hard to see well, but interesting.)
  44. YELLOW.COM   :  Yellow on Black  (Common color choice.)
  45. WHITE.COM    :  White on Black   (Brighter than DOS's Grey on Black.)
  46. SCREEN.DOC
  47.  
  48. These were created by Vernon Glynn Melton Jr.
  49.  
  50. If you find these to be helpfull or even just amusing a small donation would
  51. be appreciated. ($5.00 would be nice) Send donations to:
  52.  
  53. VERNON GLYNN MELTON JR.
  54. 609 EAST VAN DEINSE
  55. GREENVILLE, MI  48838-1341
  56.  
  57. There is no copywrite on these programs so feel free to share them with your
  58. friends.
  59. ******************************************************************************************
  60.                               <<< THE END >>>
  61. ******************************************************************************************
  62.